data encryption

All posts tagged data encryption by Linux Bash
  • Posted on
    Featured Image
    Practical Linux playbook for securing AI inference hosts: explains how AI workloads shift the threat model (supply chain, long-lived endpoints, wide I/O, GPU/device exposure, sensitive data), then delivers five copy/paste hardening steps: minimal patched base and SSH hardening; single TLS reverse proxy + firewall + rate limits; rootless Podman with least privilege; encrypted models/secrets; auditd + fail2ban, plus a minimal reference stack and ops tips.
  • Posted on
    Featured Image
    Practical, bash-first Linux playbook to secure AI data stores: lock down network exposure, use least privilege and RLS in PostgreSQL, mandate TLS and scram-sha-256, turn on CSV logging with a Python IsolationForest detector, rate-limit attacks via Fail2ban, add immutable restic backups, and harden vector DB defaults—building a compliant, resilient security posture.
  • Posted on
    Featured Image
    The article details using Secure Copy Protocol (SCP) for secure file transfers in Linux, utilizing SSH for encryption and authentication. It covers SCP's installation across various Linux distributions, demonstrates basic to advanced usage with examples, and explores alternatives to SCP while acknowledging its simplicity and widespread adoption. Ideal for system administrators and those interested in secure data transmission.